home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
176-200
/
disk_188
/
null
/
makefile
< prev
next >
Wrap
Makefile
|
1992-05-06
|
387b
|
18 lines
#########################################################################
#
# null-handler Makefile
# V 0.0 (c) Gunnar Nordmark 1988
# For Manx 3.6a
#
#########################################################################
null-handler : misc.o null.o
ln -o null-handler misc.o null.o -lc32
misc.o : misc.c
cc +L +Hnull.syms misc.c
null.o : null.c
cc +L +Inull.syms null.c